SftTree/NET 2.0

AllowMergeFromPreviousDefault Property, ColumnClass Class

Softel vdm, Inc.

Defines the CellBaseClass.AllowMergeFromPrevious property default for cells in this column, whether cells in this column allow merging with cells in the previous column.

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public Property AllowMergeFromPreviousDefault As Boolean

C#   

public bool AllowMergeFromPreviousDefault { get; set; }

C++   

public: property bool AllowMergeFromPreviousDefault {
        bool get();
        void set(bool value);
}

Property Value

True if cells in this column allow merging with cells in the previous column, otherwise False.

The default value is False.

Comments

The AllowMergeFromPreviousDefault property defines the CellBaseClass.AllowMergeFromPrevious property default for cells in this column, whether cells in this column allow merging with cells in the previous column.

The default settings for cell merging can be defined using these properties: ColumnClass.AllowMergeFromPreviousDefault is used for cells in the item area, Headers.AllowMergeFromPreviousDefault for cells in column headers and Footers.AllowMergeFromPreviousDefault for cells in column footers.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com